Proper connect_port
[juce-lv2.git] / juce / source / extras / the jucer / src / templates / jucer_ComponentTemplate.cpp
blob28a72216c0d39bca6dfb77d0e4f4022675241ce0
1 /*
2 ==============================================================================
4 This is an automatically generated file created by the Jucer!
6 Creation date: %%creationTime%%
8 Be careful when adding custom code to these files, as only the code within
9 the "//[xyz]" and "//[/xyz]" sections will be retained when the file is loaded
10 and re-saved.
12 Jucer version: 1.12
14 ------------------------------------------------------------------------------
16 The Jucer is part of the JUCE library - "Jules' Utility Class Extensions"
17 Copyright 2004-6 by Raw Material Software ltd.
19 ==============================================================================
22 //[Headers] You can add your own extra header files here...
23 //[/Headers]
25 %%includeFilesCPP%%
27 //[MiscUserDefs] You can add your own user definitions and misc code here...
28 //[/MiscUserDefs]
30 //==============================================================================
31 %%className%%::%%className%% (%%constructorParams%%)
32 %%initialisers%%{
33 %%constructor%%
35 //[Constructor] You can add your own custom stuff here..
36 //[/Constructor]
39 %%className%%::~%%className%%()
41 //[Destructor_pre]. You can add your own custom destruction code here..
42 //[/Destructor_pre]
44 %%destructor%%
46 //[Destructor]. You can add your own custom destruction code here..
47 //[/Destructor]
50 //==============================================================================
51 %%methodDefinitions%%
53 //[MiscUserCode] You can add your own definitions of your custom methods or any other code here...
54 //[/MiscUserCode]
57 //==============================================================================
58 #if 0
59 /* -- Jucer information section --
61 This is where the Jucer puts all of its metadata, so don't change anything in here!
63 BEGIN_JUCER_METADATA
65 %%metadata%%
66 END_JUCER_METADATA
68 #endif
70 %%staticMemberDefinitions%%